#
# HoI - Baltic Duchy Events
#
#		written by Quetzalcoatl
#


#########################################################################
#  Balti Hercegség - Területi igények
#########################################################################
event = {
	id = 91395
	random = no
	country = UL0

	trigger = {
		NOT = {
			OR = {
				ideology = leninist
				ideology = left_wing_radical
				ideology = stalinist
			}
		}
	}

	name = "EVT_91395_NAME"
	desc = "EVT_91395_DESC"
	picture = "ingria"
	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 100
	deathdate = { day = 30 month = december year = 1964 }

	action_a = {
		name = "ACTIONNAME91395A" #OK
		ai_chance = 99
		command = { type = addcore which = 187 } #Leningrad
		command = { type = addcore which = 188 } #Kingisepp
		command = { type = addcore which = 189 } #Novgorod
		command = { type = addcore which = 192 } #Gdov
	}
	action_b = {
		name = "ACTIONNAME91395B" #Nem szükséges
		ai_chance = 1
		command = { type = dissent value = 1 }
	}
}

#########################################################################
#  Ingria megszerzése
#########################################################################
event = {
	id = 91396
	random = no
	country = UL0

	trigger = {
		event = 91395
		owned = { province = 188 data = UL0 }
		owned = { province = 189 data = UL0 }
		owned = { province = 192 data = UL0 }
		money = 300
	}

	name = "EVT_91396_NAME"
	desc = "EVT_91396_DESC"
	picture = "ingria"
	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 100
	deathdate = { day = 30 month = december year = 1964 }

	action_a = {
		name = "ACTIONNAME91396A" #OK
		ai_chance = 100
		command = { type = change_partisan_activity which = 188 value -7 }
		command = { type = change_partisan_activity which = 189 value -7 }
		command = { type = change_partisan_activity which = 192 value -7 }
		command = { type = dissent value = 2 }
		command = { type = money value = -300 }
	}
}

#########################################################################
#  Pétervár megszerzése
#########################################################################
event = {
	id = 91397
	random = no
	country = UL0

	trigger = {
		event = 91395
		owned = { province = 187 data = UL0 }
		money = 300
	}

	name = "EVT_91397_NAME"
	desc = "EVT_91397_DESC"
	picture = "ingria"
	style = 0

	date = { day = 1 month = january year = 1943 }
	offset = 150
	deathdate = { day = 30 month = december year = 1964 }

	action_a = {
		name = "ACTIONNAME91396A" #OK
		ai_chance = 100
		command = { type = change_partisan_activity which = 187 value -7 }
		command = { type = dissent value = 2 }
		command = { type = money value = -300 }
		command = { type = waketeam which = 119251 } #Admiralty Shipyard
		command = { type = waketeam which = 119252 } #Baltic Shipyard
		command = { type = waketeam which = 119253 } #Kirov Factory Design Bureau
	}
}
